[XEND] abstract architecture-specific bits in image.py
authorEwan Mellor <ewan@xensource.com>
Tue, 29 Aug 2006 22:20:22 +0000 (23:20 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 29 Aug 2006 22:20:22 +0000 (23:20 +0100)
commit4fd2e43a204a478959c8e58b74a42745f6756067
tree4f7fe50cb4b1807d96f77f172be33c23f4ff79a4
parent773367b44941d9d6eaca3ef2c2e03c0a9fc50758
[XEND] abstract architecture-specific bits in image.py
- create arch.type (which evaluates to "x86", "ia64" or "powerpc")
- create subclasses for x86 and ia64 HVM loaders
- rework findImageHandlerClass()
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
tools/python/xen/xend/FlatDeviceTree.py [new file with mode: 0644]
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/arch.py [new file with mode: 0644]
tools/python/xen/xend/image.py